*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 25 Mar 2004 22:45:20 +0000 (22:45 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 25 Mar 2004 22:45:20 +0000 (22:45 +0000)
lisp/ChangeLog

index 89a18361dddd67e162ae09c43fd8b9c449c73a93..2e4d377684d6b88e2970c07d02e13de6ee2adc56 100644 (file)
@@ -1,15 +1,20 @@
 2004-03-26  Masatake YAMATO  <jet@gyve.org>
 
        * simple.el (completion-setup-function): Emphasize the
-       first uncommon characters in the completions;and de-emphasize
+       first uncommon characters in the completions; and de-emphasize
        the common prefix substrings.
        (completion-emphasis): New face.
        (completion-de-emphasis): New face.
 
+2004-03-25  Juanma Barranquero  <lektu@terra.es>
+
+       * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
+       Comment out (it's unused and unfinished code).
+
 2004-03-25  Sam Steingold  <sds@gnu.org>
 
        * vc.el (vc-print-log): Fixed a bug in the last patch:
-       backend-function may be a byte-compiled object, not a lambda
+       backend-function may be a byte-compiled object, not a lambda.
 
 2004-03-25  Juri Linkov  <juri@jurta.org>